-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: allow to specify CustomContracts/Groups signer #1973
Conversation
Technically there can be any combination of |
IIUC it's gonna be like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need a command usage text update for this pretty extension, otherwise looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And yes, we need to document it.
The syntax is `CalledByEntry,CustomContracts:hash1:hash2`.
The syntax is
CalledByEntry,CustomContracts:hash1:hash2
.This way we need to perform validation (don't combine
Global
with other scopes separately).Another solution is
CalledByEntry,CustomContracts,CustomGroups:hash1:hash2:key1:key2
but it is non-intuitive.